Merge: timer.el: Use time-date fns rather than rolling our own.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 4 Jul 2011 06:31:40 +0000 (23:31 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 4 Jul 2011 06:31:40 +0000 (23:31 -0700)
commit5a1dd6faafdd6bcdb703d3b4fc92d55aa7c8c599
treebd6f403042bbc2bce42bbd0043b4cd627d54dbb6
parent7100ff52666a648aab4dc02bc652071123dffc76
parent61c96b050bcf4ed183fcf9a8b5f0819bbd57c40f
Merge: timer.el: Use time-date fns rather than rolling our own.

This is simpler and helps future-proof the code.
* emacs-lisp/timer.el (timer-until): Use time-subtract and float-time.
(timer--time-less-p): Use time-less-p.
lisp/ChangeLog